home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 16018 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: info-server.bbn.com!news
  2. From: Joe Kraska <jkraska@bbn.com>
  3. Newsgroups: comp.lang.c++,rec.games.programmer,alt.msdos.programmer,comp.programming
  4. Subject: Re: Young programmers read me.
  5. Date: Mon, 08 Apr 1996 18:43:17 -0700
  6. Organization: BBN, Inc.
  7. Message-ID: <3169C0B5.2781E494@bbn.com>
  8. References: <4icpp9$7hr@barad-dur.nas.com> <4imqe4$cj3@ping1.ping.be> <1996Mar23.224853.116513@kuhub.cc.ukans.edu> <4j52hn$ikb@news.ios.com> <Pine.OSF.3.91.960403112207.17337H-100000@bud.cc.swin.edu.au> <aidan-0404961557290001@meathook.intac.com> <3165AD94.6F3A@datalytics.com> <j-jahnke-0604960016160001@ntcs-ip8.uchicago.edu> <4kc2qa$6os@ni1.ni.net>
  9. NNTP-Posting-Host: escher.sd.bbn.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (X11; I; SunOS 4.1.2 sun4c)
  14.  
  15. > >> You may not like the symbols used in C++, but I like the code
  16. > >> compression they provide.  Typing '{' is much faster than typing
  17. > >> 'BEGIN.' 
  18.  
  19. > >I have to disagree here, C and C++ rely quite a bit on style. I personally
  20. > >can't read some styles on C and C++ the guys that put the starting brace
  21. > >on the same line as a conditional or a loop drive me batty
  22.  
  23. Try python. In python, indentation is part of the syntax. Oh, goodie.
  24.  
  25. BTW, if I recall, one of the specific design criteria that K&R used for
  26. C was conciseness (meaning short, for th vocabulary impaired :).
  27.  
  28. Joe.
  29.